From 657f326b33df01d40dee35459d0d6731cff0f6c2 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Sat, 25 Oct 2025 13:46:00 +0200 Subject: [PATCH] php8: update to 8.4.14 Upstream changelog: https://www.php.net/ChangeLog-8.php#8.4.14 Signed-off-by: Michael Heimpold --- lang/php8/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/php8/Makefile b/lang/php8/Makefile index beaf38e5c4..d9fa7339f6 100644 --- a/lang/php8/Makefile +++ b/lang/php8/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=8.4.13 +PKG_VERSION:=8.4.14 PKG_RELEASE:=1 PKG_MAINTAINER:=Michael Heimpold @@ -16,7 +16,7 @@ PKG_CPE_ID:=cpe:/a:php:php PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.php.net/distributions/ -PKG_HASH:=b4f27adf30bcf262eacf93c78250dd811980f20f3b90d79a3dc11248681842df +PKG_HASH:=bac90ee7cf738e814c89b6b27d4d2c4b70e50942a420837e1a22f5fd5f9867a3 PKG_BUILD_PARALLEL:=1 PKG_BUILD_FLAGS:=no-mips16 -- 2.30.2